GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-03-21T13:35:50.1395499+00:00",
"SubmitDate": "2026-03-21T13:35:50.1395499+00:00",
"ReportPeriodStart": "2026-03-21T13:35:50.1395499+00:00",
"ReportPeriodEnd": "2026-03-21T13:35:50.1395499+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4d984404-c64e-4aec-b5b6-4fe4457021e7",
"Rows": [
{
"ItemId": "55250b2c-135a-4726-bd62-190bad7cd266",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "55250b2c-135a-4726-bd62-190bad7cd266",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4d984404-c64e-4aec-b5b6-4fe4457021e7",
"Rows": [
{
"ItemId": "55250b2c-135a-4726-bd62-190bad7cd266",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "55250b2c-135a-4726-bd62-190bad7cd266",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"bb4f203a-4781-4524-8bdc-464ed9e81794",
"214e4b2a-02c5-44db-aac4-256292895ceb"
],
"Approvers": [
"8b9f1779-6973-48b7-85b3-be19b7945b19",
"4a7a47df-cb5d-4ddd-88b6-ead5e076d7fb"
],
"ApprovedBy": "2e0402e2-874b-4442-ba75-1ddbf6584414",
"ApprovalDate": "2026-03-21T13:35:50.1395499+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7f68ffb8-484c-4e3e-9bac-38f80136fefb",
"id": "3f51e015-7682-452a-b480-54dce629d9b6",
"ConfigId": "e0ef6cf2-c3c4-48aa-ba10-aa00dc35a3a0"
},
{
"GenerationDate": "2026-03-21T13:35:50.1395499+00:00",
"SubmitDate": "2026-03-21T13:35:50.1395499+00:00",
"ReportPeriodStart": "2026-03-21T13:35:50.1395499+00:00",
"ReportPeriodEnd": "2026-03-21T13:35:50.1395499+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4d984404-c64e-4aec-b5b6-4fe4457021e7",
"Rows": [
{
"ItemId": "55250b2c-135a-4726-bd62-190bad7cd266",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "55250b2c-135a-4726-bd62-190bad7cd266",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4d984404-c64e-4aec-b5b6-4fe4457021e7",
"Rows": [
{
"ItemId": "55250b2c-135a-4726-bd62-190bad7cd266",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "55250b2c-135a-4726-bd62-190bad7cd266",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"bb4f203a-4781-4524-8bdc-464ed9e81794",
"214e4b2a-02c5-44db-aac4-256292895ceb"
],
"Approvers": [
"8b9f1779-6973-48b7-85b3-be19b7945b19",
"4a7a47df-cb5d-4ddd-88b6-ead5e076d7fb"
],
"ApprovedBy": "2e0402e2-874b-4442-ba75-1ddbf6584414",
"ApprovalDate": "2026-03-21T13:35:50.1395499+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7f68ffb8-484c-4e3e-9bac-38f80136fefb",
"id": "3f51e015-7682-452a-b480-54dce629d9b6",
"ConfigId": "e0ef6cf2-c3c4-48aa-ba10-aa00dc35a3a0"
}
]